setPendingIntentBackgroundActivityStartMode

Sets the mode for allowing or denying the senders privileges to start background activities to the PendingIntent.

This is typically used in when executing send or similar methods. A privileged sender of a PendingIntent should only grant MODE_BACKGROUND_ACTIVITY_START_ALLOWED if the PendingIntent is from a trusted source and/or executed on behalf the user.